scaler: Avoid some signal connections
authorTimm Bäder <mail@baedert.org>
Thu, 15 Aug 2019 15:12:30 +0000 (17:12 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 15 Aug 2019 15:13:29 +0000 (17:13 +0200)
commitd2f76d689f9bf0819b929953fd88bc81b6ee583f
tree4294202066f9470cb16b3f7c9b50d8f854a2f5d3
parent20cd6cc1551bcb6ef6526a3bbf173035d17b539f
scaler: Avoid some signal connections

We're mainly using this for icons that will never change contents or
size, and we're using a GtkScaler per such icon when on a hidpi setup,
so just avoid the two signal connections per icon.
gtk/gtkscaler.c